const runtime.preemptMSupported
5 uses
runtime (current package)
preempt.go#L223: if preemptMSupported && debug.asyncpreemptoff == 0 && needAsync {
proc.go#L5320: if preemptMSupported && debug.asyncpreemptoff == 0 {
signal_unix.go#L358: const preemptMSupported = true
signal_unix.go#L445: if sig == sigPreempt && preemptMSupported && debug.asyncpreemptoff == 0 {
signal_unix.go#L1248: if sig == sigPreempt && preemptMSupported && debug.asyncpreemptoff == 0 {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)